Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: separate metric_exporter out of metric_reader #1779

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

xuan-cao-swi
Copy link
Contributor

Closes #1723

Description

  • Made the interface-like metric_exporter class. Every exporter should inherit from this metric_exporter.
  • Change the oltp metrics_exporter to inherit from metric_exporter.
  • With the refactor/separation of metric_reader, now the metric_reader should be able to have multiple exporters and modify the default aggregation/temporarily of instrument.
  • Updated the test case for the change.

Copy link
Contributor

👋 This pull request has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the keep label to hold stale off permanently, or do nothing. If you do nothing this pull request will be closed eventually by the stale bot

@github-actions github-actions bot added the stale label Jan 13, 2025
@github-actions github-actions bot removed the stale label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: To do
Development

Successfully merging this pull request may close these issues.

Metrics reader supports configuring aggregation and temporality
2 participants